ci: bump actions/checkout from 4 to 5 (#300)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 12 Aug 2025 16:13:32 +0000 (12:13 -0400)
committerGitHub <noreply@github.com>
Tue, 12 Aug 2025 16:13:32 +0000 (12:13 -0400)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/cmake.yml
.github/workflows/make.yml

index b94c3fe8e8784ee667d199c806dbb92d6dba8bb0..7092e145699ee880c573ed4d7f9813a1797dcfb5 100644 (file)
@@ -17,7 +17,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     name: ${{ matrix.os }} - shared=${{ matrix.shared }}
     steps:
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v5
     - name: Build
       run: |
         mkdir build
@@ -60,7 +60,7 @@ jobs:
       run:
         shell: msys2 {0}
     steps:
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v5
     - uses: msys2/setup-msys2@v2
       with:
         install: gcc make mingw-w64-x86_64-cmake
index 05b0653a0c9ec68e6e0d36e0a9a7ae77c307259c..e7b452952297458909a78092e430db50a851210c 100644 (file)
@@ -16,7 +16,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     name: ${{ matrix.os }}
     steps:
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v5
     # TODO: update makefile to check MANIFEST
     - name: Install dependencies (MacOS)
       if: runner.os == 'macOS'